Skip to content

Bump swagger-ui-dist from 5.32.1 to 5.32.2 in /src/Swashbuckle.AspNetCore.SwaggerUI#3883

Merged
martincostello merged 1 commit into
masterfrom
dependabot/npm_and_yarn/src/Swashbuckle.AspNetCore.SwaggerUI/swagger-ui-dist-5.32.2
Apr 7, 2026
Merged

Bump swagger-ui-dist from 5.32.1 to 5.32.2 in /src/Swashbuckle.AspNetCore.SwaggerUI#3883
martincostello merged 1 commit into
masterfrom
dependabot/npm_and_yarn/src/Swashbuckle.AspNetCore.SwaggerUI/swagger-ui-dist-5.32.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Bumps swagger-ui-dist from 5.32.1 to 5.32.2.

Release notes

Sourced from swagger-ui-dist's releases.

v5.32.2

5.32.2 (2026-04-07)

Bug Fixes

Commits
  • d02a2df chore(release): cut the 5.32.2 release
  • c200a69 fix(docker): bump libpng and zlib versions to fix CVE-2026-33416, CVE-2026-33...
  • eff82c1 chore(deps): bump lodash from 4.17.23 to 4.18.1 (#10801)
  • 860ade2 chore(deps): bump defu from 6.1.4 to 6.1.6 (#10797)
  • 749ec50 chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 (#10777)
  • b339e55 chore(deps): bump node-forge from 1.3.3 to 1.4.0 (#10781)
  • 692e0ac chore(deps-dev): bump serialize-javascript from 7.0.4 to 7.0.5 (#10782)
  • 14cc424 chore(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13 (#10783)
  • 076c188 chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#10778)
  • f251747 chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 (#10774)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.1 to 5.32.2.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v5.32.1...v5.32.2)

---
updated-dependencies:
- dependency-name: swagger-ui-dist
  dependency-version: 5.32.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 7, 2026
@martincostello martincostello enabled auto-merge (squash) April 7, 2026 14:08
@martincostello martincostello merged commit fe361ae into master Apr 7, 2026
12 checks passed
@martincostello martincostello deleted the dependabot/npm_and_yarn/src/Swashbuckle.AspNetCore.SwaggerUI/swagger-ui-dist-5.32.2 branch April 7, 2026 14:18
@martincostello martincostello added this to the v10.2.0 milestone May 30, 2026
This was referenced May 30, 2026
This was referenced Jun 5, 2026
renebentes pushed a commit to renebentes/3054 that referenced this pull request Jun 5, 2026
Updated
[Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore)
from 10.1.7 to 10.2.1.

<details>
<summary>Release notes</summary>

_Sourced from [Swashbuckle.AspNetCore's
releases](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)._

## 10.2.1

## What's Changed

* Update Microsoft.OpenApi to 2.7.5 to pick up fix for
GHSA-v5pm-xwqc-g5wc by @​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#3974

**Full Changelog**:
domaindrivendev/Swashbuckle.AspNetCore@v10.2.0...v10.2.1


## 10.2.0

## What's Changed

* Add `MapSwaggerUI` and `MapReDoc` to support endpoint routing by
@​Strepto in
domaindrivendev/Swashbuckle.AspNetCore#3822
* Bump version to 10.2.0 by @​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#3872
* Bump swagger-ui-dist from 5.32.1 to 5.32.2 by @​dependabot in
domaindrivendev/Swashbuckle.AspNetCore#3883
* Support `HEAD` requests by @​snebjorn in
domaindrivendev/Swashbuckle.AspNetCore#3887
* Use `IAsyncSwaggerProvider` in CLI `tofile` command by @​bt-Knodel in
domaindrivendev/Swashbuckle.AspNetCore#3910
* Pin runner images by @​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#3944
* Disable npm install scripts by @​martincostello in
domaindrivendev/Swashbuckle.AspNetCore#3946
* Bump redoc from 2.5.2 to 2.5.3 by @​dependabot in
domaindrivendev/Swashbuckle.AspNetCore#3967

## New Contributors

* @​Strepto made their first contribution in
domaindrivendev/Swashbuckle.AspNetCore#3822
* @​snebjorn made their first contribution in
domaindrivendev/Swashbuckle.AspNetCore#3887
* @​bt-Knodel made their first contribution in
domaindrivendev/Swashbuckle.AspNetCore#3910

**Full Changelog**:
domaindrivendev/Swashbuckle.AspNetCore@v10.1.7...v10.2.0

Commits viewable in [compare
view](domaindrivendev/Swashbuckle.AspNetCore@v10.1.7...v10.2.1).
</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant